home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / reskit3.cab / userprof.inf < prev    next >
INI File  |  1995-06-03  |  3KB  |  75 lines

  1. ;  This setup script contains statements for configuring user-level security,
  2. ;  and enabling user profiles, remote administration, and group policies
  3. ;  You can choose statements and enter appropriate  values for either protected mode client
  4. ;  (Client for Microsoft Networks or Client for NetWare Networks).
  5. ;  You must also make sure that the related support files
  6. ;  (REGSERV.EXE, WINREG.DLL, GROUPPOL.INF, GROUPPOL.DLL) have been 
  7. ;  copied from the Windows 95 compact disc to the server that contains 
  8. ;  the Windows 95 Source files.
  9.  
  10. ;  If you use INF Installer to set up the source files for group policies
  11. ;  with the Windows 95 source files on the network, you can 
  12. ;  install group policies by just adding Services=grouppol in the [Network] section.
  13.  
  14. [SETUP]
  15. ;  0 = stop for user input, 1 = do not stop for user input 
  16. Express=1
  17.  
  18. [NETWORK]
  19. ;  0 = do not prompt for network components (use detection)
  20. ;  1 = prompt for network components
  21. Display=0
  22.  
  23. ;  For entries that install and configure VREDIR and VSERVER, see MSNET.INF.
  24. ;  For entries that install and configure NWREDIR and NWSERVER, see NWNET.INF.
  25. ;Clients=VREDIR,NWREDIR
  26.  
  27. ;  Install the Microsoft Remote Registry agent.
  28. Services=remotereg       
  29.  
  30. ;  Enable user-level security and specify the source for user accounts.
  31. ;  Remove ";" beside the correct security source for your network.
  32. ;security=domain                  ; for Microsoft networks            
  33. ;security=nwsserver               ; for NetWare networks
  34.  
  35. ;  Set the name of the security provider for file sharing.
  36. :  Remove ";" and type the correct server or domain containing user accounts.
  37. ;PassThroughAgent="server_or_domain"
  38.  
  39. ;  The following entries enable user profiles, 
  40. ;  remote administration of the Registry, and group policies.
  41.  
  42. [VERSION]
  43. LayoutFile=layout.inf
  44. signature="$CHICAGO$"
  45. SetupClass=BASE
  46.  
  47. [INSTALL]
  48. Addreg=User.Profiles.Reg, Group.Policies.Reg, Remote.Admin
  49. Copyfiles=Group.Policies.Copy
  50.  
  51. [USER.PROFILES.REG]
  52. HKLM,Network\Logon,UserProfiles,1,1
  53.                                                                            
  54. ;  In the following example, %Server_Username% must be defined in a [Strings] section.
  55. ;  The Registry location is defined by the value HKLM,"Security\Access\Admin\Remote".
  56. [REMOTE.ADMIN]
  57. HKLM,"Security\Access\Admin\Remote",%Server_Username%,1,ff,00
  58.  
  59. [GROUP.POLICIES.REG]
  60. HKLM,Network\Logon,PolicyHandler,,"GROUPPOL.DLL,ProcessPolicies"
  61. HKLM,System\CurrentControlSet\Services\MSNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NTGetUserGroups"
  62. HKLM,System\CurrentControlSet\Services\NWNP32\NetworkProvider,GroupFcn,,"GROUPPOL.DLL,NWGetUserGroups"
  63.  
  64. [GROUP.POLICIES.COPY]
  65. grouppol.dll
  66.  
  67. [DESTINATIONDIRS]
  68. Group.Policies.Copy=11    ; LDID_SYS
  69.  
  70. ;  Notice that under the [Strings] section, the percentage sign is NOT used.
  71. ;  Remove ";" and type the name for the server or domain containing group polcies.
  72. ;[STRINGS]
  73. ;Server_Username = "Server\Name"
  74.  
  75.